home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / KANJICNV.H < prev    next >
Text File  |  1991-11-09  |  439b  |  15 lines

  1. /*
  2.  * kanjicnv.h
  3.  * Japanese conversion routines for UUPC/Extended
  4.  *
  5.  * Based on Oimo source file stdfunc.c
  6.  * Programmed by Shigeki Matsushima and Dai Yokota 4-MAY-1989
  7.  * Modified by Kenji Rikitake 13-AUG-1991
  8.  * Copyright (c) 1988, 1991 by Shigeki Matsushima, Dai Yokota, and
  9.  * Kenji Rikitake. All rights reserved.
  10.  */
  11.  
  12. int fputs_shiftjis(unsigned char *buf, FILE *fp);
  13.  
  14. int fputs_jis7bit(unsigned char *buf, FILE *fp);
  15.